From: Julien Grall Date: Tue, 4 Feb 2020 16:53:49 +0000 (+0000) Subject: xen/include: Fix typoes in asm-x86/domain.h X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~726 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=cbd1a54f6dea3f4a7feed51e189ebae50ac9dd15;p=xen.git xen/include: Fix typoes in asm-x86/domain.h Signed-off-by: Julien Grall Acked-by: Andrew Cooper --- diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h index a3ae5d9a20..f0c25ffec0 100644 --- a/xen/include/asm-x86/domain.h +++ b/xen/include/asm-x86/domain.h @@ -97,7 +97,7 @@ struct shadow_domain { struct page_list_head freelist; unsigned int total_pages; /* number of pages allocated */ unsigned int free_pages; /* number of pages on freelists */ - unsigned int p2m_pages; /* number of pages allocates to p2m */ + unsigned int p2m_pages; /* number of pages allocated to p2m */ /* 1-to-1 map for use when HVM vcpus have paging disabled */ pagetable_t unpaged_pagetable; @@ -161,7 +161,7 @@ struct hap_domain { struct page_list_head freelist; unsigned int total_pages; /* number of pages allocated */ unsigned int free_pages; /* number of pages on freelists */ - unsigned int p2m_pages; /* number of pages allocates to p2m */ + unsigned int p2m_pages; /* number of pages allocated to p2m */ }; /************************************************/